class c4_ViewProp : public c4_Property

View properties.

Public:

c4_ViewProp (const char* name_);
Constructs a new property.
c4_ViewRef operator() (c4_RowRef row_);
Gets or sets a view property in a row.
c4_View Get (c4_RowRef row_);
Gets a view property in a row.
void Set (c4_RowRef row_, const c4_View& value_);
Sets a view property in a row.
c4_Row operator[] (const c4_View& value_);
Create a row with one view, shorthand for AsRow.
c4_Row AsRow (const c4_View& value_);
Create a row with one view.


#include "k4view.h"   // Jun 8, 1997